(setup-default-fontset): Add a spec of non-OTF unicode font for Thai.
authorKenichi Handa <handa@m17n.org>
Fri, 19 Jun 2009 00:58:39 +0000 (00:58 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 19 Jun 2009 00:58:39 +0000 (00:58 +0000)
lisp/international/fontset.el

index 103cfccc611588a5232197f5f4c6a935e9d0a5f9..423dfa5d3646c225b5a1b18b82246d79ebee31c0 100644 (file)
            (nil . "VISCII1.1-1")
            ,(font-spec :registry "iso10646-1" :script 'latin))
 
-     (thai  ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark)))
+     (thai  ,(font-spec :registry "iso10646-1" :otf '(thai nil nil (mark))
+           ,(font-spec :registry "iso10646-1" :script 'thai))
            (nil . "TIS620*")
            (nil . "ISO8859-11"))